raar.engine
Interface RAPulseObserver

All Known Implementing Classes:
RAEngine_External, RAEngine_Simulator

public interface RAPulseObserver

Implementations of this interface can use RAPulse.


Method Summary
 void end()
          End notifier.
 boolean pulse()
          Pulse notifier.
 

Method Detail

pulse

boolean pulse()
Pulse notifier.


end

void end()
End notifier.